home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / mntsort.arc / MNTSORT.DOC < prev    next >
Text File  |  1985-01-15  |  3KB  |  135 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                               Mentat Sort
  10.                           
  11.  
  12.                               a product of   
  13.  
  14.                        Mentat Software (c)1984-85
  15.                              1830 Dover Rd.
  16.                            Dover, Fl.  33527
  17.  
  18.                
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.                            TABLE OF CONTENTS
  26.                            -----------------
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.                 PAGE 1 ...........................INTRODUCTION
  34.                 PAGE 2 ...........................FACTS
  35.                 PAGE 3 ...........................PITCH
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. (PAGE 1)
  45.  
  46.  
  47.  
  48.                               INTRODUCTION
  49.                               ------------
  50.  
  51.  
  52.  
  53.            Yes here is another software company that devotes itself
  54.         to distributing free software, interesting software, and 
  55.         most of all modifiable, pacthable software.  Who are we you 
  56.         ask? Isn't that what introductions are for?
  57.  
  58.  
  59.                             Mentat Software
  60.                             1830 Dover Rd.
  61.                             Dover, Fl.  33527
  62.  
  63.                        
  64.                 Programmers and Organizers are:
  65.  
  66.                         Richard F. Ashwell III
  67.                         J.R. Pitts
  68.                         Wendy Dykes
  69.                 
  70.                 and other helpful folks.
  71.  
  72.            We hope you enjoy our work..........
  73.  
  74.  
  75.  
  76. (PAGE 2)
  77.  
  78.  
  79.                      
  80.  
  81.                                  FACTS
  82.                                  -----
  83.                                 
  84.  
  85.  
  86.  
  87.  
  88.        The old facts for sorting routines are as follows:
  89.  
  90.  
  91.        Bubble sort    -------   slow   (3-4 hours for 10'000 items)
  92.        
  93.        Shell Metzner  -------   Better (2-3 minutes)
  94.        
  95.        Quick Sort (NEW)  ----   Even better  (2 minutes)
  96.  
  97.        Mentat Sort    -------   The Fastest  (1.3 minutes)
  98.                                                      
  99.  
  100.  
  101.       So as you can see we're faster.  
  102.  
  103.         note- The above tests were not taken from an interpreted
  104.                basic but all the routines were first compiled.
  105.         
  106.         note- In interpreted basic the speed will be slower but
  107.                 ours is still faster.
  108.  
  109.  
  110.  
  111.  
  112. (PAGE 3)
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.              This program may be distributed freely as long 
  122.           as all copywrite notices and documentation is intact.
  123.  
  124.  
  125.              If you find this program usefull or any other
  126.           software written by Mentat software please feel
  127.           free to contribute to:
  128.  
  129.  
  130.                         Mentat Software
  131.                         Richard F. Ashwell III
  132.                         1830 Dover Rd.
  133.                         Dover, Fl.     33527
  134.  
  135.